home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.lay5.tem.layout05.css.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  431 b   |  43 lines

  1. ∩╗┐/* CSS layout */
  2. body {
  3.     margin: 0;
  4.     padding: 0;
  5. }
  6.  
  7. #masthead {
  8.     min-width: 600px;
  9. }
  10.  
  11. #logo {
  12.     float: left;
  13.     width: 200px;
  14. }
  15.  
  16. #header {
  17.     margin-left:200px;
  18. }
  19.  
  20. #container {
  21.     clear: both;
  22.     min-width: 600px;
  23. }
  24.  
  25. #left_col {
  26.     float: left;
  27.     width: 200px;
  28. }
  29.  
  30. #right_col {
  31.     float: right;
  32.     width: 200px;
  33. }
  34.  
  35. #page_content {
  36.     margin-left: 200px;
  37.     margin-right: 200px;
  38. }
  39.  
  40. #footer {
  41.     clear: both;
  42. }
  43.